djbuch.kapitel_19
Class Newsletter

java.lang.Object
  |
  +--djbuch.kapitel_19.Newsletter

public class Newsletter
extends java.lang.Object

Author:
Thomas Ekert

Field Summary
static int SEND_ERROR
           
 
Constructor Summary
Newsletter(AgentContext context)
          Newsletterobjekt, das aus dem AgentContext gebildet wird.
 
Method Summary
 int send()
          Versendet den Newsletter an die gewünschten Empfänger.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SEND_ERROR

public static final int SEND_ERROR
See Also:
Constant Field Values
Constructor Detail

Newsletter

public Newsletter(AgentContext context)
           throws NotesException
Newsletterobjekt, das aus dem AgentContext gebildet wird.

Parameters:
context -
Throws:
NotesException
Method Detail

send

public int send()
Versendet den Newsletter an die gewünschten Empfänger.

Returns: